setDropShadowClip

abstract fun setDropShadowClip(block: DesignBlock, clip: Boolean)

Set the drop shadow's clipping of the given design block. (Only applies to shapes.) Required scope: "appearance/shadow"

Parameters

block

the block whose drop shadow's clip should be set.

clip

the drop shadow's clip to be set.